home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / CDCheck 3.0.0.27 / CDCheckSetup.exe / CDCheck.exe / 0 / RCDATA / TFRMRECSETUP / TFRMRECSETUP.txt
Text File  |  2002-02-21  |  7KB  |  310 lines

  1. object FrmRecSetup: TFrmRecSetup
  2.   Left = 462
  3.   Top = 244
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Recover setup'
  7.   ClientHeight = 315
  8.   ClientWidth = 382
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   ShowHint = True
  20.   OnKeyDown = FormKeyDown
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object SrcLbl: TLabel
  25.     Left = 8
  26.     Top = 8
  27.     Width = 189
  28.     Height = 13
  29.     Caption = '1. Source folders/files to recover'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = 64
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object BtnSrcBrowse: TSpeedButton
  38.     Left = 360
  39.     Top = 24
  40.     Width = 17
  41.     Height = 21
  42.     Anchors = [akTop, akRight]
  43.     Caption = '...'
  44.     OnClick = BtnSrcBrowseClick
  45.   end
  46.   object BtnSrcFilter: TSpeedButton
  47.     Left = 256
  48.     Top = 44
  49.     Width = 105
  50.     Height = 13
  51.     Anchors = [akTop, akRight]
  52.     Caption = 'Filter (none)'
  53.     Flat = True
  54.     Font.Charset = DEFAULT_CHARSET
  55.     Font.Color = 12416
  56.     Font.Height = -9
  57.     Font.Name = 'Small Fonts'
  58.     Font.Style = []
  59.     ParentFont = False
  60.     Visible = False
  61.   end
  62.   object Label2: TLabel
  63.     Left = 8
  64.     Top = 64
  65.     Width = 107
  66.     Height = 13
  67.     Caption = '2. Output directory'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = 64
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsBold]
  73.     ParentFont = False
  74.   end
  75.   object BtnOutBrowse: TSpeedButton
  76.     Left = 360
  77.     Top = 80
  78.     Width = 17
  79.     Height = 21
  80.     Anchors = [akTop, akRight]
  81.     Caption = '...'
  82.     OnClick = BtnOutBrowseClick
  83.   end
  84.   object Label9: TLabel
  85.     Left = 8
  86.     Top = 112
  87.     Width = 118
  88.     Height = 13
  89.     Caption = '3. Advanced options'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = 64
  92.     Font.Height = -11
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object BtnOutFilter: TSpeedButton
  98.     Left = 256
  99.     Top = 100
  100.     Width = 105
  101.     Height = 13
  102.     Anchors = [akTop, akRight]
  103.     Caption = 'Filter (none)'
  104.     Flat = True
  105.     Font.Charset = DEFAULT_CHARSET
  106.     Font.Color = 12416
  107.     Font.Height = -9
  108.     Font.Name = 'Small Fonts'
  109.     Font.Style = []
  110.     ParentFont = False
  111.     Visible = False
  112.   end
  113.   object PnlAdv1: TPanel
  114.     Left = 16
  115.     Top = 128
  116.     Width = 360
  117.     Height = 33
  118.     Anchors = [akLeft, akTop, akRight]
  119.     BevelOuter = bvNone
  120.     TabOrder = 2
  121.     object Label5: TLabel
  122.       Left = 0
  123.       Top = 0
  124.       Width = 101
  125.       Height = 13
  126.       Caption = '2.1. Unreadability'
  127.       Font.Charset = DEFAULT_CHARSET
  128.       Font.Color = 12416
  129.       Font.Height = -11
  130.       Font.Name = 'MS Sans Serif'
  131.       Font.Style = [fsBold]
  132.       ParentFont = False
  133.     end
  134.     object LblRetries: TLabel
  135.       Left = 8
  136.       Top = 16
  137.       Width = 219
  138.       Height = 13
  139.       Caption = 'No. of retries before sector marked unreadable'
  140.     end
  141.     object ERetries: TEdit
  142.       Left = 275
  143.       Top = 11
  144.       Width = 65
  145.       Height = 21
  146.       TabOrder = 0
  147.       Text = '3'
  148.     end
  149.   end
  150.   object CBoxSrc: TComboBox
  151.     Left = 16
  152.     Top = 24
  153.     Width = 345
  154.     Height = 21
  155.     Anchors = [akLeft, akTop, akRight]
  156.     ItemHeight = 13
  157.     TabOrder = 0
  158.     OnKeyDown = CBoxSrcKeyDown
  159.   end
  160.   object Panel3: TPanel
  161.     Left = 0
  162.     Top = 288
  163.     Width = 382
  164.     Height = 27
  165.     Align = alBottom
  166.     BevelOuter = bvNone
  167.     TabOrder = 5
  168.     object BtnCancel: TSpeedButton
  169.       Left = 225
  170.       Top = 2
  171.       Width = 73
  172.       Height = 22
  173.       Anchors = [akTop, akRight]
  174.       Caption = '<< Cancel'
  175.       Flat = True
  176.       Font.Charset = DEFAULT_CHARSET
  177.       Font.Color = 4210816
  178.       Font.Height = -11
  179.       Font.Name = 'MS Sans Serif'
  180.       Font.Style = []
  181.       ParentFont = False
  182.       OnClick = BtnCancelClick
  183.     end
  184.     object BtnOK: TSpeedButton
  185.       Left = 303
  186.       Top = 2
  187.       Width = 73
  188.       Height = 22
  189.       Anchors = [akTop, akRight]
  190.       Caption = 'Continue >>'
  191.       Flat = True
  192.       Font.Charset = DEFAULT_CHARSET
  193.       Font.Color = 8421440
  194.       Font.Height = -11
  195.       Font.Name = 'MS Sans Serif'
  196.       Font.Style = []
  197.       ParentFont = False
  198.       OnClick = BtnOKClick
  199.     end
  200.   end
  201.   object CBoxOut: TComboBox
  202.     Left = 16
  203.     Top = 80
  204.     Width = 345
  205.     Height = 21
  206.     Anchors = [akLeft, akTop, akRight]
  207.     ItemHeight = 13
  208.     TabOrder = 1
  209.     OnKeyDown = CBoxOutKeyDown
  210.   end
  211.   object PnlAdv2: TPanel
  212.     Left = 14
  213.     Top = 168
  214.     Width = 360
  215.     Height = 65
  216.     Anchors = [akLeft, akTop, akRight]
  217.     BevelOuter = bvNone
  218.     TabOrder = 3
  219.     object Label1: TLabel
  220.       Left = 0
  221.       Top = 0
  222.       Width = 117
  223.       Height = 13
  224.       Caption = '2.2. Sector recovery'
  225.       Font.Charset = DEFAULT_CHARSET
  226.       Font.Color = 12416
  227.       Font.Height = -11
  228.       Font.Name = 'MS Sans Serif'
  229.       Font.Style = [fsBold]
  230.       ParentFont = False
  231.     end
  232.     object LblMinRereads: TLabel
  233.       Left = 8
  234.       Top = 16
  235.       Width = 152
  236.       Height = 13
  237.       Caption = 'Min. no. of rereads (for statistics)'
  238.     end
  239.     object Label7: TLabel
  240.       Left = 344
  241.       Top = 40
  242.       Width = 8
  243.       Height = 13
  244.       Caption = '%'
  245.     end
  246.     object ChkWaitStat: TCheckBox
  247.       Left = 8
  248.       Top = 40
  249.       Width = 273
  250.       Height = 17
  251.       Caption = 'Wait for statistical correctness of'
  252.       TabOrder = 1
  253.     end
  254.     object EMinRereads: TEdit
  255.       Left = 277
  256.       Top = 10
  257.       Width = 65
  258.       Height = 21
  259.       TabOrder = 0
  260.       Text = '2'
  261.     end
  262.     object EWaitStat: TEdit
  263.       Left = 277
  264.       Top = 35
  265.       Width = 65
  266.       Height = 21
  267.       TabOrder = 2
  268.       Text = '70'
  269.     end
  270.   end
  271.   object PnlAdv3: TPanel
  272.     Left = 14
  273.     Top = 240
  274.     Width = 360
  275.     Height = 41
  276.     Anchors = [akLeft, akTop, akRight]
  277.     BevelOuter = bvNone
  278.     TabOrder = 4
  279.     object Label6: TLabel
  280.       Left = 0
  281.       Top = 0
  282.       Width = 72
  283.       Height = 13
  284.       Caption = '2.3. Timeout'
  285.       Font.Charset = DEFAULT_CHARSET
  286.       Font.Color = 12416
  287.       Font.Height = -11
  288.       Font.Name = 'MS Sans Serif'
  289.       Font.Style = [fsBold]
  290.       ParentFont = False
  291.     end
  292.     object ChkSectorTimeout: TCheckBox
  293.       Left = 8
  294.       Top = 16
  295.       Width = 273
  296.       Height = 17
  297.       Caption = 'Sector recovery timeout [s]'
  298.       TabOrder = 0
  299.     end
  300.     object ESectorTimeout: TEdit
  301.       Left = 277
  302.       Top = 13
  303.       Width = 65
  304.       Height = 21
  305.       TabOrder = 1
  306.       Text = '30'
  307.     end
  308.   end
  309. end
  310.